Fix minor problems found by static checking.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Nov 2013 17:30:09 +0000 (09:30 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Nov 2013 17:30:09 +0000 (09:30 -0800)
commit022cd9681b543dec1d04818f1cac858252c36f8d
tree4ba8b2e449843d4bd5683d08db503bf08745ab76
parentb3eb3ffff62a8136e058bf09331646f39ea71826
Fix minor problems found by static checking.

* lread.c (load_path_default): Now static.
* textprop.c (text_property_stickiness): Be consistent about the
test used when deciding whether to consider the previous character.
This simplifies the code a bit.
src/ChangeLog
src/lread.c
src/textprop.c